home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / clipper / ks94an.zip / KILLWIN.HDR < prev    next >
Text File  |  1994-04-25  |  682b  |  31 lines

  1. /******************************************************************************
  2.                  The Klipper Library, for CA-Clipper 5.x
  3.         Copyright (c), 1994, Wallace Information Systems Engineering
  4.  
  5. FUNCTION:
  6.  
  7. _KillWin( Win_Name ) --> NIL
  8.  
  9. PARAMETERS:
  10.  
  11. Win_Name : Name of Window created by _InitWin()
  12.  
  13. SHORT:
  14.  
  15. Kill a window created by _InitWin().
  16.  
  17. DESCRIPTION:
  18.  
  19. _KillWin() Releases the window named in "Win_Name", equivalent of
  20. "RELEASE &Win_Name" but killWin() is better for readability.
  21.  
  22. NOTE:
  23.  
  24. See _InitWin for a complete description and examples.
  25.  
  26. EXAMPLE:
  27.  
  28.  
  29.  
  30. ******************************************************************************/
  31.